
/*------------------------------------------------------------
	公共样式
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

body {
  font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-appearance: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a:link {
  color: #141414;
  text-decoration: none;
}

a:visited {
  color: #141414;
  text-decoration: none;
}

a:hover {
  color: #0D6FB8;
  text-decoration: none;
}

a:active {
  color: #0D6FB8;
  text-decoration: none;
}

/*------------------------------------------------------------
	细节微调
------------------------------------------------------------*/
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

img {
  vertical-align: top;
}

li img,
dl img {
  display: block;
  vertical-align: baseline;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis02 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis02 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*------------------------------------------------------------
	初始化
------------------------------------------------------------*/
body {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  font-family: "Microsoft YaHei";
  min-width: 14rem;
}

#container {
  background-color: #FFF;
  text-align: left;
  color: #141414;
  padding-top: .64rem;
  /* width: 420px; */
}

* html #main {
  zoom: 1;
}

* + html #main {
  zoom: 1;
}

#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*分页样式*/
.page_info {
  text-align: center;
  margin-top: 10px;
  color: #333;
}

.page_info span {
  padding: 0 2px;
  font-weight: bold;
  color: #8F002F;
}

.page_list {
  height: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.page_list a {
  display: inline-block;
  color: #898989;
  border: 1px solid #e8e8e8;
  /*background:#f8f8f8;*/
  text-align: center;
  padding: 0 8px;
  margin: 0 1px;
}

.page_list a:hover {
  color: #fff;
  border: 1px solid #898989;
  background: #8F002F;
}

.page_list a.on {
  color: #FFF;
  border: 1px solid #ccc;
  background: #8F002F;
}

/*--------swiper-container--------*/
.swiper-container {
  width: 100%;
  background-color: #fff;
}

.swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-container .swiper-pagination {
  bottom: 10px;
}

.swiper-container .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid #000;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: #000;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
  width: 580px;
  float: left;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
  width: 200px;
  float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.mt20 {
  margin-top: .2rem;
}

.none {
  display: none !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

/* common */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #FFF;
}
.header .subHead {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header .subHead .logo {
  padding: .16rem 0;
}

.header .subHead .logo img {
  height: .28rem;
}

.header .subHead .rBox {
  display: flex;
  justify-content: space-between;
}

.header .subHead .rBox .navUl {
  display: flex;
}

.header .subHead .rBox .navUl li {
  position: relative;
}

.header .subHead .rBox .navUl li a {
  display: block;
  padding: 0.16rem .3rem;
  color: #141414;
}

.header .subHead .rBox .navUl li a:hover {
  color: #0D6FB8;
}

.header .subHead .rBox .navUl li a.sub {
  position: relative;
}

.header .subHead .rBox .navUl li a.sub::after {
  position: absolute;
  width: 0;
  height: 0;
  border: .05rem solid #FFF;
  border-top: .05rem solid #141414;
  content: "";
  right: .1rem;
  top: calc(50% - 2px);
}

.header .subHead .rBox .navUl li .subNavi {
  width: 120%;
  margin: 0 -10%;
  /* padding: .2rem 0 0; */
  background: #FFF;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  font-size: 14px;
  line-height: 38px;
}

.header .subHead .rBox .navUl li .subNavi li {
  text-align: center;
  letter-spacing: -.5px;
  line-height: .45rem;
}

.header .subHead .rBox .navUl li .subNavi li a {
  padding: 0.12rem .1rem;
  line-height: 20px;
}

.header .subHead .rBox .navUl li.on a {
  color: #0D6FB8;
}

.header .subHead .rBox .navUl li.on .subNavi li a {
  color: #141414;
}

.header .subHead .rBox .navUl li.on .subNavi li a:hover {
  color: #0D6FB8;
}

.header .subHead .rBox .tel {
  padding-top: .16rem;
}

.header .subHead .rBox .tel a {
  border-left: 1px solid #ededed;
  padding-left: .17rem;
}

.header .subHead .rBox .tel img {
  width: 17px;
  margin-right: .16rem;
  vertical-align: middle;
}

.footer {
  background-color: #32373C;
}

.footer a {
  color: #ECF2F5;
}

.footer .subSec {
  width: 14rem;
  margin: 0 auto;
  padding: .2rem 0.25rem 0;
  color: #ECF2F5;
  box-sizing: border-box;
}

.footer .subSec .topBox {
  display: flex;
  justify-content: space-between;
}

.footer .subSec .topBox .fUl {
  display: flex;
  width: 5rem;
}

.footer .subSec .topBox .fUl li {
  width: 33%;
  padding-right: 2%;
  box-sizing: border-box;
}

.footer .subSec .topBox .fUl li .title {
  font-size: .18rem;
}

.footer .subSec .topBox .rBox {
  width: 6.6rem;
  display: flex;
  justify-content: space-between;
}

.footer .subSec .topBox .rBox .lView {
  background: url("../image/tel02.png") no-repeat left 0.1rem;
  padding-left: .54rem;
}

.footer .subSec .topBox .rBox .lView .txt {
  line-height: .2rem;
}

.footer .subSec .topBox .rBox .lView .tel {
  font-weight: bold;
  font-family: Impact;
  font-size: .3rem;
  /* letter-spacing: -1px; */
}

.footer .subSec .topBox .rBox .lView .tel a {
  color: #ECF2F5;
}

.footer .subSec .topBox .rBox .lView .txtUl {
  margin-top: .25rem;
}

.footer .subSec .topBox .rBox .lView .txtUl li {
  font-size: .16rem;
  padding-left: .1rem;
  display: flex;
  align-items: center;
  line-height: .3rem;
}

.footer .subSec .topBox .rBox .lView .txtUl li img {
  width: .15rem;
  vertical-align: middle;
  margin-right: .06rem;
}

.footer .subSec .topBox .rBox .code {
  width: 1.22rem;
  height: 1.22rem;
}

.footer .subSec .friendL {
  display: flex;
  border-top: 1px solid #ECF2F5;
  border-bottom: 1px solid #ECF2F5;
  padding: .1rem 0;
  line-height: .36rem;
  font-size: .16rem;
  margin-top: .15rem;
}

.footer .subSec .friendL dd a {
  color: #ECF2F5;
  margin: 0 .1rem;
}

.footer .subSec .copyRight {
  font-size: .16rem;
  line-height: .25rem;
  text-align: center;
  padding: .1rem 0;
}

.comSec .subSec {
  width: 14rem;
  margin: 0 auto;
  padding: .7rem 0 .5rem;
}

.comSec .subSec .comTlt {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: .6rem;
}

.comSec .subSec .comTlt h1 {
  color: #f5f5f5;
  opacity: .75;
  font-size: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.comSec .subSec .comTlt .itopw {
  position: relative;
  z-index: 9;
}

.comSec .subSec .comTlt .titleh1 {
  font-size: .36rem;
  line-height: .36rem;
}

.comSec .subSec .comTlt .text20 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  color: #333;
}

.comSec .subSec .comTlt01 {
  text-align: left;
}

.comSec .subSec .indPros {
  display: flex;
  justify-content: space-between;
  padding: 0 .25rem;
}

.comSec .subSec .indPros .side {
  width: 1.5rem;
  font-size: .18rem;
  text-align: left;
}

.comSec .subSec .indPros .side li {
  line-height: .45rem;
  margin-bottom: .2rem;
  cursor: pointer;
  transition: .25s;
  transition: .25s;
  position: relative;
}

.comSec .subSec .indPros .side li.on, .comSec .subSec .indPros .side li:hover {
  color: #0982E0;
}

.comSec .subSec .indPros .side li.on::after, .comSec .subSec .indPros .side li:hover::after {
  width: 50%;
  opacity: 1;
}

.comSec .subSec .indPros .side li::after {
  width: 50%;
  height: 2px;
  background: #0982E0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .25s;
}

.comSec .subSec .indPros .rBox {
  width: 11.6rem;
}

.comSec .subSec .moreP {
  margin-top: .15rem;
}

.comSec .subSec .moreP a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #969696;
  color: #969696;
  border-radius: 50px;
}

.comSec .subSec .moreP a img {
  margin-left: .1rem;
  transition: .25s;
}

.comSec .subSec .moreP a .img01 {
  display: block;
}

.comSec .subSec .moreP a .img02 {
  display: none;
}

.comSec .subSec .moreP a:hover {
  border-color: #0982e0;
  color: #0982e0;
}

.comSec .subSec .moreP a:hover .img01 {
  display: none;
}

.comSec .subSec .moreP a:hover .img02 {
  display: block;
}

.comSec.cenBox {
  height: 3.2rem;
  background: url("../image/cban01.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.comSec.cenBox .subSec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.2rem;
  color: #FFF;
  text-align: center;
  padding: 0;
}

.comSec.cenBox .subSec .tlt {
  font-size: .36rem;
  line-height: .36rem;
}

.comSec.cenBox .subSec .txt {
  font-size: .16rem;
  line-height: .16rem;
  margin-top: .44rem;
}

.comSec.sec01 .subSec {
  display: flex;
  padding: 0;
}

.comSec.sec01 .subSec .lBox {
  width: 5.64rem;
  background: #EEEEEE;
  padding: .7rem .9rem;
  min-height: 5rem;
  margin-left: -.8rem;
  box-sizing: border-box;
}

.comSec.sec01 .subSec .lBox .cInfo {
  height: 1.84rem;
  overflow: hidden;
}

.comSec.sec01 .subSec .rBox {
  position: relative;
  margin-left: -.64rem;
  width: 10rem;
}

.comSec.sec01 .subSec .rBox .rUl {
  display: flex;
  padding: .6rem 0 0;
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
}

.comSec.sec01 .subSec .rBox .rUl li {
  width: 3.1rem;
  border: 1px solid #EBEBEB;
  border-radius: .12rem .12rem 0 0;
  overflow: hidden;
  height: auto;
  margin-right: .12rem;
}

.comSec.sec01 .subSec .rBox .rUl li .pic {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}

.comSec.sec01 .subSec .rBox .rUl li .pic img {
  width: 100%;
  height: 100%;
  transition: .25s;
}

.comSec.sec01 .subSec .rBox .rUl li .tlt {
  background-color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  padding: .1rem .25rem;
  line-height: .2rem;
}

.comSec.sec01 .subSec .rBox .rUl li .tlt span {
  display: block;
  max-width: 80%;
  overflow: hidden;
}

.comSec.sec01 .subSec .rBox .rUl li .tlt .arr {
  width: .2rem;
  height: .2rem;
}

.comSec.sec01 .subSec .rBox .rUl li:nth-child(3n) {
  margin-right: 0;
}

.comSec.sec01 .subSec .rBox .rUl li:hover .pic img {
  transform: scale(1.1);
}

.comSec.sec01 .subSec .rBox .bgTxt {
  position: absolute;
  left: 0.64rem;
  bottom: 0;
  font-size: 1.7rem;
  color: #F9F9F9;
  z-index: 0;
  width: 8.2rem;
  height: 1.34rem;
  line-height: 1.34rem;
}

.comSec.sec02 {
  background: #DCDCDC;
  position: relative;
  z-index: 2;
}

.comSec.sec02 .subSec {
  padding: .48rem 0 1.3rem;
}

.comSec.sec02 .subSec .comTlt {
  margin-bottom: .6rem;
}

.comSec.sec02 .subSec .linksBox {
  height: 96px;
}

.comSec.sec02 .subSec .linksBox .swiper-container {
  background: none;
}

.comSec.sec02 .subSec .links {
  display: flex;
}

.comSec.sec02 .subSec .links li {
  margin-right: 8rem;
}

.comSec.sec02 .subSec .links li img {
  width: 2.64rem;
  height: .96rem;
  display: block;
}

.comSec.news .subSec {
  padding: 1rem 0 .6rem;
}

.comSec.news .subSec .ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: .4rem;
}

.comSec.news .subSec .ttlBox .comTlt {
  margin-bottom: 0;
  min-width: 2.8rem;
}

.comSec.news .subSec .ttlBox .rUl {
  font-size: .18rem;
  display: flex;
}

.comSec.news .subSec .ttlBox .rUl li {
  padding: 0 .28rem;
  cursor: pointer;
}

.comSec.news .subSec .ttlBox .rUl li.on {
  color: #0982E0;
}

.comSec.news .subSec .newsUl li .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.comSec.news .subSec .newsUl li .linkLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.9rem;
  box-shadow: 0px 0px 8px 0px rgba(232, 232, 232, 0.52);
  border-radius: .12rem;
  overflow: hidden;
  margin-bottom: .08rem;
  transition: .25s;
}

.comSec.news .subSec .newsUl li .linkLine .picBox {
  width: 2.12rem;
  height: 1.54rem;
  overflow: hidden;
}

.comSec.news .subSec .newsUl li .linkLine .pic {
  width: 100%;
  height: 100%;
  transition: .25s;
}

.comSec.news .subSec .newsUl li .linkLine .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .2rem 0.3rem;
  width: 5.8rem;
  box-sizing: border-box;
}

.comSec.news .subSec .newsUl li .linkLine .txtBox .ttl {
  font-size: .18rem;
}

.comSec.news .subSec .newsUl li .linkLine .txtBox .more {
  margin-top: 0;
}

.comSec.news .subSec .newsUl li .linkLine.bigLine {
  display: block;
  width: 5.2rem;
}

.comSec.news .subSec .newsUl li .linkLine.bigLine .picBox {
  width: 100%;
  height: 2.94rem;
}

.comSec.news .subSec .newsUl li .linkLine.bigLine .pic {
  width: 100%;
  height: 100%;
}

.comSec.news .subSec .newsUl li .linkLine.bigLine .txtBox {
  width: 100%;
  padding: .2rem .2rem .3rem;
}

.comSec.news .subSec .newsUl li .linkLine:hover .pic {
  transform: scale(1.1);
}

.comSec.news .subSec .newsUl li .linkLine:hover .more {
  color: #141414;
}

.comSec .picPros .pcBox {
  display: flex;
  flex-wrap: wrap;
}

.comSec .picPros .pcBox a {
  font-size: .16rem;
  text-align: center;
  margin: 0 .2rem .2rem 0;
  border: 1px solid #E6E6E6;
  width: 2.74rem;
}

.comSec .picPros .pcBox a:nth-child(4n) {
  margin-right: 0;
}

.comSec .picPros .pcBox a .pic {
  width: 2.72rem;
  height: 2rem;
}

.comSec .picPros .pcBox a .tlt {
  line-height: 40px;
  transition: .25s;
  text-align: center;
  background: #EFEFEF;
  padding: 0 .1rem;
}

.comSec .picPros .pcBox a:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.comSec .picPros .pcBox a:hover .tlt {
  background: #333333;
  color: #fff;
}

.comSec .linkLine {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 0px rgba(232, 232, 232, 0.52);
  border-radius: .12rem;
  overflow: hidden;
  margin-bottom: .08rem;
  background: #FFF;
}

.comSec .linkLine .picBox {
  width: 2.48rem;
  height: 2rem;
  overflow: hidden;
}

.comSec .linkLine .pic {
  width: 100%;
  height: 100%;
  transition: .25s;
}

.comSec .linkLine .txtBox {
  padding: .2rem 0.3rem;
  line-height: .18rem;
  box-sizing: border-box;
  width: calc(100% - 2.48rem);
}

.comSec .linkLine .txtBox .ttl {
  font-size: .2rem;
  line-height: .25rem;
  margin-bottom: .15rem;
}

.comSec .linkLine .txtBox .dec {
  color: #666666;
  margin-bottom: .16rem;
}

.comSec .linkLine .txtBox .more {
  margin-top: .3rem;
}

.comSec .linkLine.bigLine {
  display: block;
  width: 5.2rem;
}

.comSec .linkLine.bigLine .pic {
  width: 100%;
  height: 2.94rem;
}

.comSec .linkLine.bigLine .txtBox {
  width: 100%;
  padding: .2rem .2rem .3rem;
}

.comSec .linkLine:hover .pic {
  transform: scale(1.1);
}

.comSec .linkLine:hover .more {
  color: #141414;
}

.contents img {
  max-width: 100% !important;
  height: auto !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #FFF;
}

.swiper-button-prev {
  left: 10%;
}

.swiper-button-next {
  right: 10%;
}

.mainBox .topBan {
  max-height: 4rem;
  height: 4rem;
  overflow: hidden;
}

#swiper-container {
	height: 9rem;
}

.topBan #swiper-container .swiper-slide img {
	height:100%;
}

.mainBox .topBan img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 100%;
}

.mainBox .pagePath {
  padding: .1rem 0;
}

.mainBox .pagePath01 {
  background: #F2F2F2;
}

.mainBox .pagePath .subSec {
  display: flex;
  justify-content: space-between;
  padding: 0 .1rem;
  width: 13.2rem;
}

.mainBox .pagePath .subSec .subMenu {
  display: flex;
  max-width: 100%;
}

.mainBox .pagePath .subSec .subMenu li {
  font-size: .16rem;
  line-height: .35rem;
  margin-right: .35rem;
}

.mainBox .pagePath .subSec .subMenu li a {
  display: block;
}

.mainBox .pagePath .subSec .subMenu li.on {
  font-weight: bold;
}

.mainBox .pagePath .subSec .subMenu li.on a {
  color: #0D6FB8;
}

.mainBox .pagePath .subSec .rBox img {
  vertical-align: middle;
  margin: -2px .08rem 0 0;
}

.mainBox .pagePath .subSec .comTtlP {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .2rem;
  line-height: .4rem;
}

.mainBox .main {
  background: #EBEBEB;
  min-height: 5rem;
}

.mainBox .main .picPros .pcBox a {
  width: 3.14rem;
}

.mainBox .main .subSec {
  padding: .2rem 0;
  width: 13.2rem;
}

.mainBox .main .subSec .picPros .pcBox a {
  background: #FFF;
}

.mainBox .main .subSec .picPros .pcBox a .pic {
  width: 3.12rem;
  height: 2.28rem;
}

.mainBox .main .subSec .picPros .pcBox a:nth-child(4n) {
  margin-right: 0;
}

.mainBox .main .subSec .picPros .pcBox a .tlt {
  background: #FFF;
}

.mainBox .main .subSec .picPros .pcBox a:hover .tlt {
  background: #333;
}

 /*.mainBox .main .subSec .picPros01 .pcBox a {
  width: 3.08rem;
}*/

.mainBox .main .subSec .picPros01 .pcBox a .pic {
  width: 100%;
  height: 2.94rem;
}

.mainBox .main .subMain {
  display: flex;
  justify-content: space-between;
  width: 13.5rem;
}

.mainBox .main .subMain .conts {
  width: 10rem;
  background: #FFF;
  padding: .48rem .4rem 0;
  box-sizing: border-box;
}

.mainBox .main .subMain .conts .picPros .pcBox a {
  margin: 0 .26rem .2rem 0;
}

.mainBox .main .subMain .conts .picPros .pcBox a .pic {
  width: 2.86rem;
  height: 2.24rem;
}

.mainBox .main .subMain .conts .picPros .pcBox a:nth-child(4n) {
  margin-right: .26rem;
}

.mainBox .main .subMain .conts .picPros .pcBox a:nth-child(3n) {
  margin-right: 0;
}

/*.mainBox .main .subMain .conts .picPros .pcBox01,
.mainBox .main .subMain .conts .picPros .pcBox02 {
	margin: 0 -.23rem;
}*/

.mainBox .main .subMain .conts .picPros .pcBox01 a,
.mainBox .main .subMain .conts .picPros .pcBox02 a {
	width: auto;
}

.mainBox .main .subMain .conts .picPros .pcBox01 a .pic {
  height: 4rem;
}

.mainBox .main .subMain .conts .contents {
  min-height: 5rem;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: .2rem;
}

.mainBox .main .subMain .conts .contents img {
  max-width: 100%;
}

.mainBox .main .subMain .conts .contents .ttlP {
  display: flex;
  border-bottom: 1px solid #C2C2C2;
  color: #305DC3;
  margin-bottom: .24rem;
}

.mainBox .main .subMain .conts .contents .ttlP span {
  padding: .1rem .15rem;
  margin-bottom: -1px;
  border: 2px solid transparent;
  cursor: pointer;
}

.mainBox .main .subMain .conts .contents .ttlP span.on {
  border-bottom: 2px solid #305DC3;
}

.mainBox .main .subMain .conts .contents .infoConts img {
  max-width: 100%;
}

.mainBox .main .subMain .conts .contents .infoConts table {
	width: 100%;
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
}

.mainBox .main .subMain .conts .contents .infoConts th,
.mainBox .main .subMain .conts .contents .infoConts td {
	border: 1px solid #dbdbdb;
	padding: 5px;
	text-align: center;
}

.mainBox .main .subMain .conts .contact {
  margin: 0 -.4rem 0;
}

.mainBox .main .subMain .rSide {
  width: 3.36rem;
  padding: .6rem .24rem .3rem;
  background: #FFF;
  max-height: 10rem;
}

.mainBox .main .subMain .rSide .stlt {
  font-size: .16rem;
  border-top: 1px solid #C2C2C2;
  padding: .1rem 0;
}

.mainBox .main .subMain .rSide .sideUl {
  width: 2.88rem;
  margin: 0 auto;
}

.mainBox .main .subMain .rSide .sideUl li {
  text-align: center;
  margin-bottom: .15rem;
  border: 1px solid #EBEBEB;
}

.mainBox .main .subMain .rSide .sideUl li .pic {
  width: 100%;
  height: 2.12rem;
}

.mainBox .main .subMain .rSide .sideUl li .tlt {
  line-height: .4rem;
  transition: .25s;
  background: #FFF;
  padding: 0 .1rem;
}

.mainBox .main .subMain .rSide .sideUl li:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.mainBox .main .subMain .rSide .sideUl li:hover .tlt {
  background: #333333;
  color: #fff;
}

.mainBox .main .subMain .rSide .telP {
  font-size: .16rem;
  text-align: center;
  margin-top: .3rem;
}

.mainBox .main .subMain .rSide .telP .tel {
  width: .17rem;
  margin-right: .27rem;
  vertical-align: middle;
}

.mainBox .proInfoBox .subSec {
  display: flex;
  justify-content: space-between;
  padding: .4rem 0 .26rem;
  width: 13.5rem;
}

.mainBox .proInfoBox .subSec .textBox {
  width: 6.2rem;
}

.mainBox .proInfoBox .subSec .textBox .tlt {
  font-size: 24px;
  line-height: .4rem;
}

.mainBox .proInfoBox .subSec .textBox .dec {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: .18rem 0 .3rem;
  margin: .2rem 0 .3rem;
  line-height: .2rem;
}

.mainBox .proInfoBox .subSec .textBox .btns {
  font-size: .16rem;
  font-weight: bold;
  color: #FFF;
  display: flex;
}

.mainBox .proInfoBox .subSec .textBox .btns .btnP {
  width: 1.84rem;
  background: #1E9DFF;
  line-height: .48rem;
  text-align: center;
  border-radius: 6px;
  margin-right: .1rem;
  cursor: pointer;
}

.mainBox .proInfoBox .subSec .textBox .btns .btnP img {
  width: .21rem;
  margin-right: .1rem;
  vertical-align: middle;
}

.mainBox .proInfoBox .subSec .textBox .btns .btnP a {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainBox .proInfoBox .subSec .textBox .btns .btnP:last-child {
  background: #FF0F3C;
}

.mainBox .pc-slide {
  width: 6.78rem;
}

.mainBox .pc-slide .view {
  position: relative;
}

.mainBox .pc-slide .view .swiper-container {
  width: 3.88rem;
  height: 3.4rem;
}

.mainBox .pc-slide .view .swiper-container img {
  height: 100%;
}

.mainBox .pc-slide .view .arrow-left {
  background: url(../image/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.mainBox .pc-slide .view .arrow-right {
  background: url(../image/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.mainBox .pc-slide .preview {
  width: 5rem;
  margin: 10px auto 0;
  position: relative;
}

.mainBox .pc-slide .preview .swiper-container {
  width: 3.88rem;
  height: .58rem;
  margin: 0 auto;
}

.mainBox .pc-slide .preview .swiper-slide {
  width: .64rem;
  height: .58rem;
  cursor: pointer;
  margin-right: .16rem;
}

.mainBox .pc-slide .preview .swiper-slide img {
  width: 100%;
  height: 100%;
  border: 1px solid #EBEBEB;
}

.mainBox .pc-slide .preview .slide6 {
  width: 82px;
}

.mainBox .pc-slide .preview .arrow-left {
  background: url(../image/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.mainBox .pc-slide .preview .arrow-right {
  background: url(../image/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.mainBox .pc-slide .preview .active-nav img {
  padding: 0;
  border: 1px solid #305DC3;
}

.contact {
  display: flex;
  justify-content: space-between;
  background: #EBEBEB;
  padding-top: .16rem;
}

.contact .lTxtUl {
  width: 1.98rem;
  background: #FFF;
  text-align: center;
  line-height: .25rem;
}

.contact .lTxtUl li {
  padding: .63rem .2rem;
}

.contact .lTxtUl li .icon {
  width: .42rem;
  height: .42rem;
  margin: 0 auto .2rem;
}

.contact .lTxtUl li .txt01 {
  font-weight: bold;
  margin-top: .1rem;
}

.contact .lTxtUl li:last-child {
  border-top: 1px solid #F2F2F2;
}

.contact .rBox {
  width: 7.6rem;
  padding-top: .1rem;
}

.contact .rBox .tlt {
  font-size: .18rem;
  text-align: center;
}

.contact .rBox .dec {
  margin: .16rem 0 .2rem;
  font-size: .12rem;
  line-height: .2rem;
}

.contact .rBox .formBox {
  background: #FFF;
  padding: .3rem;
}

.contact .rBox .formUl li {
  display: flex;
  padding: .08rem 0;
}

.contact .rBox .formUl li p {
  width: .5rem;
}

.contact .rBox .formUl li input,
.contact .rBox .formUl li textarea {
  width: 100%;
  border: none;
  background: #F2F2F2;
  padding: 0 .1rem;
  box-sizing: border-box;
  resize: none;
  line-height: .36rem;
  font-size: .14rem;
}

.contact .rBox .btnP {
  width: 2.62rem;
  font-size: .16rem;
  line-height: .46rem;
  color: #FFF;
  text-align: center;
  background: #C70008;
  margin: 0.2rem auto 0;
  cursor: pointer;
  border: none;
  display: block;
}

.indContact {
  display: none;
}

.sideBox {
  width: 1.36rem;
  background: #FAFAFA;
  border-radius: 6px;
  position: fixed;
  left: .15rem;
  top: 20%;
  z-index: 50;
  overflow: hidden;
  border:1px solid #727681;
}

.sideBox .ttl {
  color: #666;
  padding: .1rem .2rem;
  line-height: .15rem;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  background: url("../image/arr01.gif") no-repeat 0.1rem center;
}

.sideBox .link {
  border-bottom: 1px solid #D4D4D4;
  padding: .1rem .18rem;
}

.sideBox .link li {
  margin-bottom: .1rem;
}

.sideBox .link li:last-child {
  margin-bottom: 0;
}

.sideBox .info {
  padding: .15rem .1rem;
  border-bottom: 1px solid #D4D4D4;
  text-align: center;
}

.sideBox .info p {
  font-size: .12rem;
  color: #666;
  letter-spacing: -1px;
}

.sideBox .info .code {
  width: .77rem;
  height: .77rem;
}

.sideBox .info:last-child {
  border-bottom: none;
}

#page {
  text-align: center;
}

#page .pagination a.cur {
  background: #0D6FB8;
  border-color: #0D6FB8;
}

#page .pagination p.pageRemark b {
  color: #0D6FB8;
}

.comTitle {
  font-size: 24px;
  line-height: .4rem;
  margin-bottom: .2rem;
  color: #5b5b5b;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
.pagination > li {
  display: inline; }
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination {
  height: auto !important;
  padding: 10px 0;
}

.pagination p,
.pagination a {
  height: auto !important;
}

.pagination .pageRemark {
  display: none;
}
@media screen and (max-width: 991px) {
body {
	min-width: auto;
}
#container {
  padding-top: 0;
}

.comSec .subSec .indPros {
  padding: 0;
}
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .warp {
    padding: 1.2rem .34rem .5rem;
    background: #f8f8f8;
  }
  .warp .topBan {
    border-radius: .1rem;
    overflow: hidden;
  }
  .warp .topBan #swiper-container {
    height: 2.8rem;
  }
  .shead {
    background: #FFF;
    padding: .2rem .3rem;
    box-sizing: border-box;
    /* position: fixed;
    width: 100%;
    left: 0;
    top: 0; */
    z-index: 15;
  }
  .shead .subSHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 15;
  }
  .shead h1 a {
    font-size: .26rem;
    font-weight: bold;
    max-width: 80%;
  }
  .shead h1 a img {
    width: 70%;
  }
  .shead h1 a .tlt {
    font-size: .28rem;
    letter-spacing: 3px;
  }
  .shead h1 a .tlt span {
    color: #0060FE;
  }
  .shead h1 a .txt {
    font-size: .13rem;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: .06rem;
  }
  .shead i.navicon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
  }
  .shead i.navicon em {
    width: 26px;
    height: 3px;
    display: block;
    margin: 3px auto;
    background: #333;
    border-radius: 3px;
  }
  .shead i.navicon.active {
    position: relative;
  }
  .shead i.navicon.active em {
    margin: 0;
  }
  .shead i.navicon.active em:first-child {
    transform: rotate(-45deg);
    position: absolute;
  }
  .shead i.navicon.active em:last-child {
    transform: rotate(45deg);
    position: absolute;
  }
  .shead i.navicon.active em:nth-child(2) {
    display: none;
  }
  .shead .sNavi {
    position: fixed;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    display: none;
  }
  .shead .sNavi ul {
    background: #FFF;
    padding: 0 .2rem;
    font-size: .26rem;
  }
  .shead .sNavi ul li {
    border-bottom: 1px solid #DDD;
    line-height: .8rem;
  }
  .shead .sNavi ul li a {
    display: block;
    padding-right: .1rem;
  }
  .shead .sNavi ul li a.subline {
    background: url("../image/feel51.png") no-repeat right center;
	background-size: .24rem;
  }
  .shead .sNavi ul li a.subline.on {
    background: url("../image/feel52.png") no-repeat right center;
	background-size: .24rem;
  }
  .shead .sNavi ul li .subNavi {
    display: none;
  }
  .shead .sNavi ul li .subNavi li:last-child {
    border-bottom: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .mainBox {
    padding-top: 1rem;
  }
  .mainBox .topBan {
    width: 100%;
    height: auto;
    margin-bottom: .2rem;
  }
  .mainBox .topBan img {
    width: 100% !important;
    height: auto;
  }
  /* .mainBox .pagePath {
    margin: 0;
  } */
  .mainBox .pagePath .subSec {
    display: flex;
    justify-content: space-between;
    display: block;
    padding: 0 .2rem;
    width: 100%;
  }
  .mainBox .pagePath .subSec .subMenu {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .mainBox .pagePath .subSec .subMenu li {
    font-size: .26rem;
    margin: 0 .1rem .1rem 0;
  }
  .mainBox .pagePath .subSec .subMenu li a {
    display: block;
    background: #f5f5f5;
    padding: 0.1rem .2rem;
    border-radius: .1rem;
  }
  .mainBox .pagePath .subSec .subMenu li.on {
    font-weight: bold;
  }
  .mainBox .pagePath .subSec .subMenu li.on a {
    color: #0D6FB8;
  }
  .mainBox .pagePath .subSec .rBox img {
    vertical-align: middle;
    margin: -2px .08rem 0 0;
  }
  .mainBox .pagePath .subSec .comTtlP {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .2rem;
    line-height: .4rem;
  }
  .mainBox .main {
    background: #FFF;
    min-height: 5rem;
  }
  .mainBox .main .subSec {
    width: 100%;
    padding: 0 .2rem .1rem;
    box-sizing: border-box;
  }
  .mainBox .main .subSec .sttl {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .2rem;
  }
  .mainBox .main .subSec .sMenu {
    overflow-x: auto;
    margin-bottom: .2rem;
  }
  .mainBox .main .subSec .sMenuUl {
    display: flex;
    flex-wrap: wrap;
  }
  .mainBox .main .subSec .sMenuUl li {
    background: #f5f5f5;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    color: #333;
    font-size: .26rem;
  }
  .mainBox .main .subSec .sMenuUl li a {
    display: block;
    padding: 0.06rem 0.15rem;
  }
  .mainBox .main .subSec .sMenuUl li.on a {
    color: #013691;
    font-weight: bold;
  }
  .mainBox .main .subMain {
    display: block;
  }
  .mainBox .main .subMain .conts {
    width: 100%;
    padding: 0;
  }
  .mainBox .main .subMain .conts .contents .ttlP span {
    font-size: .26rem;
  }
  .mainBox .main .subMain .conts .contents .infoConts {
    font-size: .24rem;
  }
  .mainBox .main .subMain .conts .contents {
    font-size: .24rem;
  }
  .mainBox .main .subMain .conts .contact {
    margin: 0;
    border-radius: .1rem;
  }
  .mainBox .main .subMain .conts .contact .rBox {
    padding: .1rem;
  }
  .mainBox .main .subMain .conts .contact .rBox .tlt {
    font-size: .28rem;
  }
  .mainBox .main .subMain .conts .contact .rBox .dec {
    font-size: .24rem;
    line-height: .3rem;
    color: #666;
  }
  .mainBox .main .subMain .conts .contact .rBox .formUl li {
    font-size: .24rem;
  }
  .mainBox .main .subMain .conts .contact .rBox .formUl li p {
    width: 1rem;
  }
  .mainBox .main .subMain .conts .contact .rBox .formUl li input, .mainBox .main .subMain .conts .contact .rBox .formUl li textarea {
    line-height: .5rem;
    font-size: .24rem;
  }
  .mainBox .main .subMain .conts .contact .rBox .btnP {
    font-size: .24rem;
    line-height: .5rem;
  }
  .mainBox .main .subMain .rSide {
    width: 100%;
  }
  .mainBox .main .subMain .rSide .stlt {
    font-size: .26rem;
  }
  .mainBox .main .subMain .rSide .sideUl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mainBox .main .subMain .rSide .sideUl li {
    width: 48%;
    margin-right: 4%;
  }
  .mainBox .main .subMain .rSide .sideUl li:nth-child(2n) {
    margin-right: 0;
  }
  .mainBox .main .subMain .rSide .tlt {
    font-size: .24rem;
  }
  .mainBox .main .subMain .rSide .telP {
    font-size: .28rem;
  }
  .mainBox .main .subMain .rSide .telP .tel {
    width: .3rem;
    margin-right: .27rem;
    vertical-align: middle;
  }
  .mainBox .proInfoBox .subSec {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .mainBox .proInfoBox .subSec .textBox {
    width: 100%;
    padding: .3rem;
  }
  .mainBox .proInfoBox .subSec .textBox .dec {
    font-size: .24rem;
    line-height: .3rem;
  }
  .mainBox .proInfoBox .subSec .textBox .btns .btnP {
    font-size: .3rem;
    line-height: .6rem;
    width: 50%;
  }
  .mainBox .proInfoBox .pc-slide {
    width: 100%;
  }
  .mainBox .proInfoBox .pc-slide .view .swiper-container {
    width: 100%;
    height: 6.5rem;
  }
  .mainBox .proInfoBox .pc-slide .preview {
    width: 100%;
  }
  .mainBox .proInfoBox .pc-slide .preview .swiper-container {
    height: .8rem;
    width: 90%;
  }
  .mainBox .proInfoBox .pc-slide .preview .swiper-container .swiper-slide {
    height: .8rem;
    /* height: auto; */
    /* max-width: .6rem; */
  }
  .comSec .subSec {
    width: 100%;
    padding: 0;
  }
  .comSec .subSec .comTlt {
    margin-bottom: 0;
  }
  .comSec .subSec .comTlt .itopw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
  }
  .comSec .subSec .comTlt .itopw .titleh1 {
    font-size: .3rem;
    font-weight: bold;
	line-height: .3rem;
  }
  .comSec .subSec .comTlt .itopw .more {
    font-size: .26rem;
    line-height: .24rem;
  }
  .comSec .subSec .indPros .rBox {
    width: 100%;
  }
  .comSec .subSec .newsList {
    background: #FFF;
    padding: .4rem .3rem;
    border-radius: .1rem;
  }
  .comSec .subSec .newsList li {
    padding: .15rem 0;
  }
  .comSec .subSec .newsList li a {
    display: flex;
    justify-content: space-between;
  }
  .comSec .subSec .newsList li a .picBox {
    width: 2.3rem;
    height: 1.6rem;
    border-radius: .1rem;
    overflow: hidden;
  }
  .comSec .subSec .newsList li a .picBox img {
    width: 100%;
    height: 100%;
  }
  .comSec .subSec .newsList li a .textBox {
    width: calc(100% - 2.6rem);
    font-size: .2rem;
    padding-top: .1rem;
  }
  .comSec .subSec .newsList li a .textBox .tltP {
    font-size: .26rem;
    line-height: .3rem;
  }
  .comSec .subSec .newsList li a .textBox .date {
    color: #666;
    margin-top: .2rem;
  }
  .comSec .subSec .bgBox {
    border-radius: .1rem;
    background: #FFF;
    padding: .3rem;
  }
  .comSec .subSec .about {
    font-size: .24rem;
    line-height: .3rem;
    color: #333;
  }

  .comSec .subSec .about img {
	max-width: 100%;
  }
  .comSec .subSec .about .pic {
    width: 100%;
    margin-bottom: .2rem;
  }
  .comSec .subSec .about .btnP {
    width: 2.1rem;
    font-size: .22rem;
    margin: .2rem auto 0;
    border: 1px solid #D7D7D7;
    line-height: .56rem;
    border-radius: .12rem;
    text-align: center;
  }
  .comSec .subSec .about .btnP a {
    display: block;
    color: #005EFF;
  }
  .comSec.sec01 .subSec {
    display: block;
  }
  .comSec.sec01 .subSec .lBox {
    padding: 0;
    width: auto;
    margin: 0;
    min-height: auto;
    background: none;
  }
  .comSec.sec01 .subSec .rBox {
    margin-left: 0;
    width: 100%;
  }
  .comSec.sec01 .subSec .rBox .rUl {
    padding-top: 0;
  }
  .comSec.sec01 .subSec .rBox .rUl li {
    width: 48%;
    margin: 0 4% .1rem 0;
    height: auto;
    border-radius: .1rem;
    overflow: hidden;
  }
  .comSec.sec01 .subSec .rBox .rUl li:nth-child(2n) {
    margin-right: 0;
  }
  .comSec.sec01 .subSec .rBox .rUl li:nth-child(3n) {
    margin-right: 4%;
  }
  .comSec.sec01 .subSec .rBox .rUl li .tlt {
    line-height: .3rem;
    background: #FFF;
    color: #141414;
    text-align: center;
    font-size: .24rem;
    display: block;
  }
  .comSec.sec01 .subSec .rBox .rUl li:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .comSec.sec01 .subSec .rBox .rUl li:hover .tlt {
    background: #333333;
    color: #fff;
  }
  .comSec.news .subSec .ttlBox {
    display: block;
  }
  .comSec .picPros .pcBox a {
    border: 1px solid #EBEBEB;
    border-radius: .1rem;
    overflow: hidden;
    width: 48% !important;
    margin-right: 4% !important;
  }
  .comSec .picPros .pcBox a .pic {
    width: 100% !important;
  }
  .comSec .picPros .pcBox a .tlt {
    background: #FFF;
    font-size: .24rem;
  }
  .comSec .picPros .pcBox a:nth-child(2n) {
    margin-right: 0 !important;
  }
  .comSec .picPros .pcBox a:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .comSec .picPros .pcBox a:hover .tlt {
    background: #333333;
    color: #fff;
  }
  .comSec .linkLine {
    margin-bottom: .2rem;
  }
  .comSec .linkLine .picBox {
    width: 2.3rem;
	border-radius: .1rem;
    overflow: hidden;
	height: 1.6rem;
  }
  .comSec .linkLine .picBox .pic {
    width: 100%;
  }
  .comSec .linkLine .txtBox {
    padding: .2rem .1rem;
    width: 60%;
    line-height: .25rem;
  }
  .comSec .linkLine .txtBox .ttl {
    font-size: .26rem;
    line-height: .3rem;
  }
  .comSec .linkLine .txtBox .dec {
    margin-bottom: 0;
  }
  .comSec .linkLine .txtBox .more {
    margin-top: .2rem;
  }
  .indContact {
    background: #FFF;
    padding: .1rem .2rem;
    border-radius: .1rem;
    margin: .22rem 0 0;
  }
  .indContact .rBox {
    padding: .28rem 0 .3rem;
    width: 100%;
  }
  .indContact .rBox .tlt {
    font-size: .28rem;
    color: #27afd9;
  }
  .indContact .rBox .dec {
    font-size: .24rem;
    line-height: .3rem;
  }
  .indContact .rBox .formBox {
    padding: 0;
  }
  .indContact .rBox .formBox li {
    font-size: .24rem;
  }
  .indContact .rBox .formBox li p {
    width: 20%;
  }
  .indContact .rBox .formBox li input,
  .indContact .rBox .formBox li textarea {
    width: 80%;
    line-height: .5rem;
    font-size: .24rem;
  }
  .indContact .rBox .btnP {
    width: 60%;
    line-height: .5rem;
    font-size: .24rem;
  }
  .about {
    font-size: .24rem;
  }
 
  .copyRightP {
    font-size: .22rem;
    line-height: .35rem;
    text-align: center;
    padding: .3rem 0;
  }
}
.news{
  border-bottom: 0.01rem solid #ecebeb;
  color: #838181;
  padding-bottom: 0.06rem;
  margin-bottom: 6px;
}
.news .newss{
  padding: 0 70px;
}